home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / MacNews 1.1 / README-VAX⁄VMS < prev   
Text File  |  1993-06-21  |  886b  |  27 lines

  1. MacNews 1.1  ©1993 by Matthew Hall
  2. ---------------------------------
  3.  
  4. Information for users running MacNews under VAX/VMS Systems:
  5.  
  6. I have used MacNews under a VMS system without a hitch.  However, one user found he had to do the following to get it to work.
  7.  
  8. 1. Add the following lines to your login.com:
  9.         $ tellnet == 'telnet'
  10.         $ telnet == 'sys$login:telnet.com'
  11.  
  12. 2 Create a file 'telnet.com' at your home directory containing:
  13.         $ if p2.eqs. "" then goto one
  14.         $             tellnet 'p1'/port='p2'
  15.         $                goto end
  16.         $ one:
  17.         $                tellnet 'p1'
  18.         $                goto end
  19.         $ end:
  20.         $ exit
  21.  
  22. Depending on your system, you may need to use this, you may need to change 'tellnet' to 'telnet', you may not need to do anything, or you may need to consult the help utility.  The string MacNews sends is
  23. telnet <site name> 119
  24. where 119 is the port number.
  25.  
  26. -matt
  27. [Thanks to Natsu Sakimura for this information]